projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f339270
)
(font-lock-set-defaults): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 24 Jun 2004 23:30:50 +0000
(23:30 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 24 Jun 2004 23:30:50 +0000
(23:30 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 0abe5f3806e9400f9ac738fccea0c30bf1b2982a..033bf20bf71aed5b8441580c79d727aee75d7af2 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-1561,7
+1561,7
@@
Sets various variables using `font-lock-defaults' (or, if nil, using
;; Now compile the keywords.
(unless (eq (car font-lock-keywords) t)
(set (make-local-variable 'font-lock-keywords)
- (font-lock-compile-keywords keywords t))))))
+ (font-lock-compile-keywords
font-lock-
keywords t))))))
\f
;;; Colour etc. support.